Boolean variable

英 [ˈbuːliən ˈveəriəbl] 美 [ˈbuːliən ˈveriəbl]

网络  布尔变量; 逻辑变量; 布尔变数; 布尔型变量

计算机



双语例句

  1. The Value you specify with a parameter can be a free-form string, a number ( including specialized numeric values, such as IP addresses), a Boolean value, a variable, or a list.
    您指定的参数Value可以是自由格式的字符串、数字(包括特殊数值,如IP地址)、Boolean值、变量或列表。
  2. Comparing a variable having an atomic value ( number, boolean, or string) to another such variable or a literal atomic value, and expecting the type of one to be cast automatically to the other type.
    把包含原子值(数字、布尔值或字符串)的变量和另一个此类变量或者文字原子值比较,希望一种类型自动转换成另一种类型。
  3. If the boolean variable keepFullLog is set to True, the program saves the entire incoming message in a different log file.
    如果布尔变量keepFullLog设置为True,程序将收到的整条消息保存在另一个日志文件中。
  4. In this code, you define a boolean variable rollover and attach event listeners for ROLL_OVER and ROLL_OUT.
    在这段代码中,您定义了一个布尔变量rollover并为ROLLOVER和ROLLOUT添加事件监听器。
  5. Also notice that you set a flag ( the boolean variable done) to identify when you reach the end of the content that you are interested in.
    还需注意,您设置了一个标记(布尔变量done)来确定何时到达感兴趣内容的结束部分。
  6. Here we have allocated a1 qubit ( Boolean) variable from the qcl quantum heap.
    此处我们在qcl量子堆中为一个1量子位(布尔型)变量分配空间。
  7. The Boolean variable bMatch is used to track the status of the scan.
    Boolean变量bMatch用来跟踪扫描的状态。
  8. In the Details section of the Properties view for the new variable, ensure Data Type is checked, click Browse, and then select boolean from the list of types.
    在新变量的Properties视图的Details部分,确保选中了DataType,单击Browse,然后从类型列表中选择boolean。
  9. After loading the Properties object, you close the input stream, and then set your boolean flag variable ( init) value to true, demarcating that the AddressStore object has been initialized.
    在加载Properties对象之后,关闭输入流,然后设置布尔型标志变量(init)值为true,确定AddressStore对象已经被初始化。
  10. The parameter to this widget is a boolean variable, which in this case is called noReviews.
    该小部件的参数是一个布尔变量,在该例中称作noReviews。
  11. Also notice the presence of a Boolean variable named init.
    另外还要注意名为init的Boolean变量的存在。
  12. I set a Boolean variable, called "pass", to true& I will assume the application state is correct and examine the state, setting pass to false if anything is wrong.
    我设置了一个名为“pass”的布尔变量,将其设为true&我假设应用程序的状态是正确的并检查该状态,如果有某个地方出错,则将pass设为false。
  13. Boolean constant is used to check the state of a variable, an expression, or a function, as true or false.
    一个布尔常量用来检查一个变量、表达式或一个函数的状态,是真还是假。
  14. For example, in our scripting system we might have a global boolean variable called PlayerArmed which will direct a cowardly troll to ambush only unarmed opponents.
    例如,在我们的脚本系统中有一个控制着胆怯的巨人只是埋伏徒手的敌人(译者注:也可能指的是玩家)的全局布尔型变量。
  15. Also, the concept of strong matching between Boolean variables is put forward as the generalization of conventional Boolean variable mapping.
    同时,文中提出了布尔变量强匹配的概念,它是对传统布尔匹配概念的引申。
  16. Ordered binary decision diagrams ( OBDDs) are a data structure for efficient representation and manipulation of Boolean functions. The size of OBDDs is very sensitive to variable ordering.
    有序二叉决策图(OBDD)是一种有效表示布尔函数的数据结构,其大小依赖于所采用的变量序。
  17. Based on the analysis of neural network's structure, we define a boolean vector which corresponding a random variable to make the associated coding of neural network's structure and weight.
    在分析前向神经网络结构的基础上,定义了一个与随机数对应的布尔向量,实现了前向神经网络的网络结构与权值联合编码;
  18. A new mathematical model for double-bridge converter is presented, by means of the Boolean variable.
    利用布尔交量推导出了双桥换流器一种新的数学模型。
  19. Adding a boolean variable to the model will double the complexity of verifying a property.
    也就是说系统每增加一个变量,验证性质的复杂度将会加倍。